home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19.dir / 00061.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  263 b   |  11 lines

  1. on mouseDown
  2.   global gCurrentSlide, gPreviousMenu
  3.   set the castNum of sprite 14 to cast "era6"
  4.   if pressButton(14) then
  5.     pupSprites(1, 48, 0)
  6.     set gCurrentSlide to 6
  7.     set gPreviousMenu to "frame" && QUOTE & "index" & QUOTE
  8.     go("eras")
  9.   end if
  10. end
  11.